Summary: Use Windows PowerShell to easily find out if the shell is a 64-bit version.
How can I use Windows PowerShell to determine if I am currently running a 64-bit version?
Use the Is64BitProcess static method from the System.Environment class:
[System.Environment]::Is64BitProcess