Non scriptable app/selecting first file in active window

I use this to activate Adobe Premiere Pro and to open the import window

tell application “Adobe Premiere Pro CS5” to activate
tell application “System Events” to keystroke “i” using {command down}

Now I want to select the first file (last modified) in the window that just opened.

Any ideas ?

KML