You can deploy the EJB as is. EJBs are backward compatible. Just watch for the changes in Java. For example, if you use "enum" as a variable name, you'll need to change that since it is now a reserved word.
Any reason you aren't upgrading to WebSphere 7 directly?