Are you just looking to have an icon across the top for Private Messages? If so, you would go to the bottom of index.template.php to the template_menu() function, and duplicate one of these lines:
<td><a href="', $scripturl, '?action=search" onmouseover="titlebar.src=\'' . $settings['images_url'] . '/' . $context['user']['language'] . '/titlebar_guest_search.gif\'" onmouseout="titlebar.src=\'' . $settings['images_url'] . '/blank.gif\'"><img border="0" src="' . $settings['images_url'] . '/menu/search.gif" width="40" height="40" alt="search" /></a></td>';
Change the ?action=search to ?action=pm and then make new icon pictures for the gifs.
You need to do this in three spots - there's a guest section, a regular user section, and an admin section.