http://bugs.winehq.org/show_bug.cgi?id=10983
--- Comment #1 from Austin English austinenglish@gmail.com 2007-12-31 09:23:45 --- err:module:import_dll Library MSVCP60.dll (which is needed by L"J:\.local\share\Trash\files\progra~1\SPSS15\Utility.dll") not found
This dll is not provided by wine, and should be provided by the application (many buggy apps assume it will already be installed). You can fix this by doing: wget http://kegel.com/wine/winetricks sh winetricks vcrun6
As for the utility.dll, I'm not sure where that one comes from. It may be an installer bug, or the app could presume it is present from somewhere else. Can you search for it on a windows machine with SPSS installed and copy it to your wine prefix?